object fpCopy: TfpCopy Left = 278 Top = 269 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Path Copy Utility' ClientHeight = 55 ClientWidth = 228 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Edit1: TEdit Left = 0 Top = 60 Width = 21 Height = 21 BorderStyle = bsNone TabOrder = 0 Visible = False end object rbLongPath: TRadioButton Left = 4 Top = 4 Width = 189 Height = 17 Caption = 'Long File Names' Checked = True TabOrder = 1 TabStop = True OnClick = rbLongPathClick end object rbShort: TRadioButton Left = 4 Top = 28 Width = 197 Height = 17 Caption = 'Short File Names (DOS 8.3 format)' TabOrder = 2 OnClick = rbShortClick end object MainMenu1: TMainMenu Left = 108 Top = 12 object File1: TMenuItem Caption = '&File' ShortCut = 0 object Exit1: TMenuItem Caption = 'E&xit' ShortCut = 0 OnClick = Exit1Click end end object About1: TMenuItem Caption = '&About' ShortCut = 0 OnClick = About1Click end end end